All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.DraggingInfo

public interface DraggingInfo
This interface wraps the Objective-C protocol NSDraggingInfo *


Variable Index

 o DragOperationAll
 o DragOperationCopy
 o DragOperationGeneric
 o DragOperationLink
 o DragOperationNone
 o DragOperationPrivate

Method Index

 o draggedImage()
A wrapper for the - draggedImage Objective-C instance method.
 o draggedImageLocation()
A wrapper for the - draggedImageLocation Objective-C instance method.
 o draggingDestinationWindow()
A wrapper for the - draggingDestinationWindow Objective-C instance method.
 o draggingLocation()
A wrapper for the - draggingLocation Objective-C instance method.
 o draggingPasteboard()
A wrapper for the - draggingPasteboard Objective-C instance method.
 o draggingSequenceNumber()
A wrapper for the - draggingSequenceNumber Objective-C instance method.
 o draggingSource()
A wrapper for the - draggingSource Objective-C instance method.
 o draggingSourceOperationMask()
A wrapper for the - draggingSourceOperationMask Objective-C instance method.
 o slideDraggedImageTo(Point)
A wrapper for the - slideDraggedImageTo: Objective-C instance method.

Variables

 o DragOperationNone
 public static final int DragOperationNone
 o DragOperationCopy
 public static final int DragOperationCopy
 o DragOperationLink
 public static final int DragOperationLink
 o DragOperationGeneric
 public static final int DragOperationGeneric
 o DragOperationPrivate
 public static final int DragOperationPrivate
 o DragOperationAll
 public static final int DragOperationAll

Methods

 o draggingDestinationWindow
 public abstract Window draggingDestinationWindow()
A wrapper for the - draggingDestinationWindow Objective-C instance method.

 o draggingSourceOperationMask
 public abstract int draggingSourceOperationMask()
A wrapper for the - draggingSourceOperationMask Objective-C instance method.

 o draggingLocation
 public abstract Point draggingLocation()
A wrapper for the - draggingLocation Objective-C instance method.

 o draggedImageLocation
 public abstract Point draggedImageLocation()
A wrapper for the - draggedImageLocation Objective-C instance method.

 o draggedImage
 public abstract Image draggedImage()
A wrapper for the - draggedImage Objective-C instance method.

 o draggingPasteboard
 public abstract Pasteboard draggingPasteboard()
A wrapper for the - draggingPasteboard Objective-C instance method.

 o draggingSource
 public abstract Object draggingSource()
A wrapper for the - draggingSource Objective-C instance method.

 o draggingSequenceNumber
 public abstract int draggingSequenceNumber()
A wrapper for the - draggingSequenceNumber Objective-C instance method.

 o slideDraggedImageTo
 public abstract void slideDraggedImageTo(Point screenPoint)
A wrapper for the - slideDraggedImageTo: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index